翻訳と辞書
Words near each other
・ February 17 (Eastern Orthodox liturgics)
・ February 17th Martyrs Brigade
・ February 18
・ February 18 (Eastern Orthodox liturgics)
・ February 19
・ February 19 (Eastern Orthodox liturgics)
・ February 1900
・ February 1901
・ February 1902
・ February 1909
・ February 1910
・ February 1911
・ Feature creep
・ Feature data
・ Feature detection
Feature detection (computer vision)
・ Feature detection (nervous system)
・ Feature detection (web development)
・ Feature engineering
・ Feature extraction
・ Feature film
・ Feature Films for Families
・ Feature Funnies
・ Feature geometry
・ Feature group
・ Feature hashing
・ Feature integration theory
・ Feature interaction problem
・ Feature learning
・ Feature length


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Feature detection (computer vision) : ウィキペディア英語版
Feature detection (computer vision)

In computer vision and image processing the concept of feature detection refers to methods that aim at computing abstractions of image information and making local decisions at every image point whether there is an image feature of a given type at that point or not. The resulting features will be subsets of the image domain, often in the form of isolated points, continuous curves or connected regions.
== Definition of a feature ==

There is no universal or exact definition of what constitutes a feature, and the exact definition often depends on the problem or the type of application. Given that, a feature is defined as an "interesting" part of an image, and features are used as a starting point for many computer vision algorithms. Since features are used as the starting point and main primitives for subsequent algorithms, the overall algorithm will often only be as good as its feature detector. Consequently, the desirable property for a feature detector is ''repeatability'': whether or not the same feature will be detected in two or more different images of the same scene.
Feature detection is a low-level image processing operation. That is, it is usually performed as the first operation on an image, and examines every pixel to see if there is a feature present at that pixel. If this is part of a larger algorithm, then the algorithm will typically only examine the image in the region of the features. As a built-in pre-requisite to feature detection, the input image is usually smoothed by a Gaussian kernel in a scale-space representation and one or several feature images are computed, often expressed in terms of local image derivatives operations.
Occasionally, when feature detection is computationally expensive and there are time constraints, a higher level algorithm may be used to guide the feature detection stage, so that only certain parts of the image are searched for features.
Many computer vision algorithms use feature detection as the initial step, so as a result, a very large number of feature detectors have been developed. These vary widely in the kinds of feature detected, the computational complexity and the repeatability.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Feature detection (computer vision)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.